|
Command: |
Load the last set of solicitation records to user storage and start processing data. |
|
Notes: |
The command overwrites any tables or keys stored in user storage. Therefore, it is necessary to reload the tables and keys when solicitation processing has been completed. The response message is repeated until all the processed data has been returned to the Host. |
|
Field |
Length & Type |
Details |
|
COMMAND MESSAGE |
||
|
Message header |
m A |
(Subsequently returned to the Host unchanged). |
|
Command code |
2 A |
Value QC. |
|
Solicitation Data 1 |
n A |
The 12-digit reference number. The selected PIN (4 to 12 digits). A semicolon “;” as a delimiter. |
|
Solicitation Data 2 |
n A |
The 12-digit reference number. The selected PIN. A semicolon “;” as a delimiter. |
|
. . . |
. . . |
. . . |
|
Last solicitation data |
n A |
The 12-digit reference number. The selected PIN. A semicolon “;” as a delimiter. |
|
End message delimiter |
1 C |
Optional. Must be present if a message trailer is present. Value X’19. |
|
Message trailer |
n A |
Optional. Maximum length 32 characters. |
|
Field |
Length & Type |
Details |
|
RESPONSE MESSAGE |
||
|
Message header |
n A |
Returned to the Host unchanged. |
|
Response code |
2 A |
Value QD. |
|
Error code |
2 N |
00 : No errors 13 : LMK error; report to supervisor 15 : Error in input data 30 : Invalid reference number 31 : Insufficient entries for batch |
|
Processed Data 1 |
n N |
The 10 right-most digits of the account number and PIN encrypted under LMK pair 02-03, truncated (if necessary). The length is L or L+1 (to ensure that the length is even; by padding with X’F). |
|
Processed Data 2 |
n N |
The 10 right-most digits of the account number and PIN encrypted under LMK pair 02-03, truncated (if necessary). The length is L or L+1 (to ensure that the length is even; by padding with X’F). |
|
. . . |
. . . |
. . . |
|
Last processed data |
n N |
The 10 right-most digits of the account number and PIN encrypted under LMK pair 02-03, truncated (if necessary). The length is L or L+1 (to ensure that the length is even; by padding with X’F). |
|
End message delimiter |
1 C |
Present only if present in the command message. Value X’19. |
|
Message trailer |
n A |
Present only if present in the command message. Maximum length 32 characters. |